[INFO] cloning repository https://github.com/MIDAV0/kvs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MIDAV0/kvs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMIDAV0%2Fkvs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMIDAV0%2Fkvs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 75fa937f4dced3e8322f120d7bcdc3e657d527a2
[INFO] testing MIDAV0/kvs against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMIDAV0%2Fkvs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MIDAV0/kvs
[INFO] finished tweaking git repo https://github.com/MIDAV0/kvs
[INFO] tweaked toml for git repo https://github.com/MIDAV0/kvs written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MIDAV0/kvs on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MIDAV0/kvs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded slog-term v2.9.2
[INFO] [stderr]   Downloaded term v1.2.1
[INFO] [stderr]   Downloaded deranged v0.5.6
[INFO] [stderr]   Downloaded alloca v0.4.0
[INFO] [stderr]   Downloaded criterion-plot v0.8.2
[INFO] [stderr]   Downloaded crossbeam-skiplist v0.1.3
[INFO] [stderr]   Downloaded panic-control v0.1.4
[INFO] [stderr]   Downloaded slog v2.8.2
[INFO] [stderr]   Downloaded slog-scope v4.4.1
[INFO] [stderr]   Downloaded arc-swap v1.8.2
[INFO] [stderr]   Downloaded bumpalo v3.20.0
[INFO] [stderr]   Downloaded criterion v0.8.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d44e2cc442a374ba9c2b5dede1aecfd0d4f5ad21b8f6043959e6a072095f4822
[INFO] running `Command { std: "docker" "start" "-a" "d44e2cc442a374ba9c2b5dede1aecfd0d4f5ad21b8f6043959e6a072095f4822", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d44e2cc442a374ba9c2b5dede1aecfd0d4f5ad21b8f6043959e6a072095f4822", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d44e2cc442a374ba9c2b5dede1aecfd0d4f5ad21b8f6043959e6a072095f4822", kill_on_drop: false }`
[INFO] [stdout] d44e2cc442a374ba9c2b5dede1aecfd0d4f5ad21b8f6043959e6a072095f4822
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a4b3712f66eac44a3c6a31b432fcc3b532ef67e7f67f39d65744935e5e2ea930
[INFO] running `Command { std: "docker" "start" "-a" "a4b3712f66eac44a3c6a31b432fcc3b532ef67e7f67f39d65744935e5e2ea930", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling libc v0.2.181
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling clap_builder v4.5.58
[INFO] [stderr]    Compiling slog v2.8.2
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling deranged v0.5.6
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling slog-async v2.8.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling criterion-plot v0.8.2
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling arc-swap v1.8.2
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling term v1.2.1
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling take_mut v0.2.2
[INFO] [stderr]    Compiling sled v0.34.7
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling crossbeam-skiplist v0.1.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.40
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap v4.5.58
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling erased-serde v0.3.31
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling slog-scope v4.4.1
[INFO] [stderr]    Compiling slog-term v2.9.2
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling kvs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
[INFO] running `Command { std: "docker" "inspect" "a4b3712f66eac44a3c6a31b432fcc3b532ef67e7f67f39d65744935e5e2ea930", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4b3712f66eac44a3c6a31b432fcc3b532ef67e7f67f39d65744935e5e2ea930", kill_on_drop: false }`
[INFO] [stdout] a4b3712f66eac44a3c6a31b432fcc3b532ef67e7f67f39d65744935e5e2ea930
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c1a0ed288aa9dc12665c3cfea4d316b5c24f95f7038330c48a05c06386a0ad6d
[INFO] running `Command { std: "docker" "start" "-a" "c1a0ed288aa9dc12665c3cfea4d316b5c24f95f7038330c48a05c06386a0ad6d", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling float-cmp v0.8.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling escargot v0.4.0
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling crossbeam-utils v0.6.6
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling panic-control v0.1.4
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stderr]    Compiling predicates v1.0.8
[INFO] [stderr]    Compiling assert_cmd v0.11.1
[INFO] [stderr]    Compiling kvs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 32.06s
[INFO] running `Command { std: "docker" "inspect" "c1a0ed288aa9dc12665c3cfea4d316b5c24f95f7038330c48a05c06386a0ad6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1a0ed288aa9dc12665c3cfea4d316b5c24f95f7038330c48a05c06386a0ad6d", kill_on_drop: false }`
[INFO] [stdout] c1a0ed288aa9dc12665c3cfea4d316b5c24f95f7038330c48a05c06386a0ad6d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] da33fb683d34dc97a919292908c6b2280e56a39d4bc2bfb0e92bc69634080e4e
[INFO] running `Command { std: "docker" "start" "-a" "da33fb683d34dc97a919292908c6b2280e56a39d4bc2bfb0e92bc69634080e4e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kvs-322dd8edbfc1b6ea)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/kvs-client.rs (/opt/rustwide/target/debug/deps/kvs_client-a9426ea9c6a2b8bf)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/bin/kvs-server.rs (/opt/rustwide/target/debug/deps/kvs_server-410b04cb4f9abac7)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-fb21a6ff6e58a544)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stderr] version: 1
[INFO] [stderr]  Jun 12 04:30:26.977 INFO kvs-server, version: 0.1.0
[INFO] [stderr]  Jun 12 04:30:26.981 INFO Storage engine, engine: kvs
[INFO] [stderr]  Jun 12 04:30:26.981 INFO Listening on, addr: 127.0.0.1:4004
[INFO] [stderr]  Jun 12 04:30:26.981 INFO Started a thread pool, threads: 4
[INFO] [stderr]  Jun 12 04:30:26.981 INFO Listening to connections
[INFO] [stderr] version: 1
[INFO] [stderr]  Jun 12 04:30:26.982 INFO kvs-server, version: 0.1.0
[INFO] [stderr]  Jun 12 04:30:26.982 INFO Storage engine, engine: sled
[INFO] [stderr]  Jun 12 04:30:26.982 INFO Listening on, addr: 127.0.0.1:4005
[INFO] [stderr]  Jun 12 04:30:26.982 INFO Started a thread pool, threads: 4
[INFO] [stderr] version: 1
[INFO] [stderr]  Jun 12 04:30:26.984 INFO kvs-server, version: 0.1.0
[INFO] [stderr]  Jun 12 04:30:26.984 INFO Storage engine, engine: sled
[INFO] [stderr]  Jun 12 04:30:26.984 INFO Listening on, addr: 127.0.0.1:4002
[INFO] [stderr]  Jun 12 04:30:26.984 INFO Started a thread pool, threads: 4
[INFO] [stdout] test client_cli_invalid_subcommand ... ok
[INFO] [stdout] test client_cli_invalid_rm ... ok
[INFO] [stdout] test client_cli_invalid_set ... ok
[INFO] [stdout] test server_cli_version ... ok
[INFO] [stdout] test client_cli_no_args ... ok
[INFO] [stdout] test client_cli_version ... ok
[INFO] [stdout] test client_cli_invalid_get ... ok
[INFO] [stderr]  Jun 12 04:30:27.257 INFO Listening to connections
[INFO] [stderr]  Jun 12 04:30:27.396 INFO Listening to connections
[INFO] [stderr]  Jun 12 04:30:27.976 INFO Client connected, client_addr: 127.0.0.1:51928
[INFO] [stdout] test cli_log_configuration ... ok
[INFO] [stderr]  Jun 12 04:30:27.976 INFO Received request, from: 127.0.0.1:51928, req: Set("key1", "value1")
[INFO] [stderr]  Jun 12 04:30:27.977 DEBG Response sent, to: 127.0.0.1:51928, resp: Ok(())
[INFO] [stderr]  Jun 12 04:30:27.977 INFO Client connected, client_addr: 127.0.0.1:51436
[INFO] [stderr]  Jun 12 04:30:27.977 INFO Received request, from: 127.0.0.1:51436, req: Set("key1", "value1")
[INFO] [stderr]  Jun 12 04:30:27.977 DEBG Response sent, to: 127.0.0.1:51436, resp: Ok(())
[INFO] [stderr]  Jun 12 04:30:27.979 INFO Client connected, client_addr: 127.0.0.1:51448
[INFO] [stderr]  Jun 12 04:30:27.979 INFO Received request, from: 127.0.0.1:51448, req: Get("key1")
[INFO] [stderr]  Jun 12 04:30:27.979 DEBG Response sent, to: 127.0.0.1:51448, resp: Ok(Some("value1"))
[INFO] [stderr] version: 1
[INFO] [stderr]  Jun 12 04:30:27.979 INFO kvs-server, version: 0.1.0
[INFO] [stderr]  Jun 12 04:30:27.979 INFO Storage engine, engine: kvs
[INFO] [stderr]  Jun 12 04:30:27.980 INFO Listening on, addr: 127.0.0.1:4002
[INFO] [stderr]  Jun 12 04:30:27.980 INFO Started a thread pool, threads: 4
[INFO] [stderr]  Jun 12 04:30:27.981 INFO Client connected, client_addr: 127.0.0.1:51456
[INFO] [stderr]  Jun 12 04:30:27.981 INFO Received request, from: 127.0.0.1:51456, req: Set("key1", "value2")
[INFO] [stderr]  Jun 12 04:30:27.982 DEBG Response sent, to: 127.0.0.1:51456, resp: Ok(())
[INFO] [stderr]  Jun 12 04:30:27.982 INFO Client connected, client_addr: 127.0.0.1:51932
[INFO] [stderr]  Jun 12 04:30:27.982 INFO Received request, from: 127.0.0.1:51932, req: Get("key1")
[INFO] [stderr]  Jun 12 04:30:27.982 DEBG Response sent, to: 127.0.0.1:51932, resp: Ok(Some("value1"))
[INFO] [stderr]  Jun 12 04:30:27.984 INFO Client connected, client_addr: 127.0.0.1:51938
[INFO] [stderr]  Jun 12 04:30:27.984 INFO Received request, from: 127.0.0.1:51938, req: Set("key1", "value2")
[INFO] [stderr]  Jun 12 04:30:27.984 DEBG Response sent, to: 127.0.0.1:51938, resp: Ok(())
[INFO] [stderr]  Jun 12 04:30:27.985 INFO Client connected, client_addr: 127.0.0.1:51460
[INFO] [stderr]  Jun 12 04:30:27.986 INFO Received request, from: 127.0.0.1:51460, req: Get("key1")
[INFO] [stderr]  Jun 12 04:30:27.986 DEBG Response sent, to: 127.0.0.1:51460, resp: Ok(Some("value2"))
[INFO] [stderr]  Jun 12 04:30:27.986 INFO Client connected, client_addr: 127.0.0.1:51944
[INFO] [stderr]  Jun 12 04:30:27.986 INFO Received request, from: 127.0.0.1:51944, req: Get("key1")
[INFO] [stderr]  Jun 12 04:30:27.986 DEBG Response sent, to: 127.0.0.1:51944, resp: Ok(Some("value2"))
[INFO] [stderr]  Jun 12 04:30:27.988 INFO Client connected, client_addr: 127.0.0.1:51476
[INFO] [stderr]  Jun 12 04:30:27.988 INFO Received request, from: 127.0.0.1:51476, req: Get("key2")
[INFO] [stderr]  Jun 12 04:30:27.988 INFO Client connected, client_addr: 127.0.0.1:51958
[INFO] [stderr]  Jun 12 04:30:27.988 DEBG Response sent, to: 127.0.0.1:51476, resp: Ok(None)
[INFO] [stderr]  Jun 12 04:30:27.988 INFO Received request, from: 127.0.0.1:51958, req: Get("key2")
[INFO] [stderr]  Jun 12 04:30:27.988 DEBG Response sent, to: 127.0.0.1:51958, resp: Ok(None)
[INFO] [stderr]  Jun 12 04:30:27.990 INFO Client connected, client_addr: 127.0.0.1:51962
[INFO] [stderr]  Jun 12 04:30:27.990 INFO Received request, from: 127.0.0.1:51962, req: Rm("key2")
[INFO] [stderr]  Jun 12 04:30:27.990 DEBG Response sent, to: 127.0.0.1:51962, resp: Err("Key not found")
[INFO] [stderr]  Jun 12 04:30:27.992 INFO Client connected, client_addr: 127.0.0.1:51978
[INFO] [stderr]  Jun 12 04:30:27.993 INFO Received request, from: 127.0.0.1:51978, req: Set("key2", "value3")
[INFO] [stderr]  Jun 12 04:30:27.993 DEBG Response sent, to: 127.0.0.1:51978, resp: Ok(())
[INFO] [stderr]  Jun 12 04:30:27.993 INFO Client connected, client_addr: 127.0.0.1:51480
[INFO] [stderr]  Jun 12 04:30:27.993 INFO Received request, from: 127.0.0.1:51480, req: Rm("key2")
[INFO] [stderr]  Jun 12 04:30:27.993 DEBG Response sent, to: 127.0.0.1:51480, resp: Err("Key not found")
[INFO] [stderr]  Jun 12 04:30:27.995 INFO Client connected, client_addr: 127.0.0.1:51990
[INFO] [stderr]  Jun 12 04:30:27.995 INFO Client connected, client_addr: 127.0.0.1:51486
[INFO] [stderr]  Jun 12 04:30:27.995 INFO Received request, from: 127.0.0.1:51486, req: Set("key2", "value3")
[INFO] [stderr]  Jun 12 04:30:27.996 DEBG Response sent, to: 127.0.0.1:51486, resp: Ok(())
[INFO] [stderr]  Jun 12 04:30:27.997 INFO Client connected, client_addr: 127.0.0.1:51494
[INFO] [stderr]  Jun 12 04:30:27.997 INFO Received request, from: 127.0.0.1:51494, req: Rm("key1")
[INFO] [stderr]  Jun 12 04:30:27.998 DEBG Response sent, to: 127.0.0.1:51494, resp: Ok(())
[INFO] [stderr] version: 1
[INFO] [stderr]  Jun 12 04:30:27.999 INFO kvs-server, version: 0.1.0
[INFO] [stderr]  Jun 12 04:30:27.999 INFO Storage engine, engine: kvs
[INFO] [stderr]  Jun 12 04:30:27.999 INFO Listening on, addr: 127.0.0.1:4004
[INFO] [stderr]  Jun 12 04:30:27.999 INFO Started a thread pool, threads: 4
[INFO] [stderr]  Jun 12 04:30:27.999 INFO Listening to connections
[INFO] [stderr] version: 1
[INFO] [stderr]  Jun 12 04:30:28.001 INFO kvs-server, version: 0.1.0
[INFO] [stdout] test cli_wrong_engine ... ok
[INFO] [stderr]  Jun 12 04:30:29.006 INFO Client connected, client_addr: 127.0.0.1:52000
[INFO] [stderr]  Jun 12 04:30:29.006 INFO Received request, from: 127.0.0.1:52000, req: Get("key2")
[INFO] [stderr]  Jun 12 04:30:29.006 DEBG Response sent, to: 127.0.0.1:52000, resp: Ok(Some("value3"))
[INFO] [stderr]  Jun 12 04:30:29.011 INFO Client connected, client_addr: 127.0.0.1:52012
[INFO] [stderr]  Jun 12 04:30:29.012 INFO Received request, from: 127.0.0.1:52012, req: Get("key1")
[INFO] [stderr]  Jun 12 04:30:29.012 DEBG Response sent, to: 127.0.0.1:52012, resp: Ok(None)
[INFO] [stdout] test cli_access_server_kvs_engine ... ok
[INFO] [stdout] test cli_access_server_sled_engine ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--test cli`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cli_access_server_sled_engine stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cli_access_server_sled_engine' (22) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-0.11.1/src/assert.rs:154:13:
[INFO] [stdout] Unexpected failure.
[INFO] [stdout] code-1
[INFO] [stdout] stderr=```invalid io: Connection refused (os error 111)
[INFO] [stdout] ```
[INFO] [stdout] command=`cd "/tmp/.tmpo62DpL" && "/opt/rustwide/target/debug/kvs-client" "get" "key2" "--addr" "127.0.0.1:4005"`
[INFO] [stdout] code=1
[INFO] [stdout] stdout=``````
[INFO] [stdout] stderr=```invalid io: Connection refused (os error 111)
[INFO] [stdout] ```
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58dad4046f48 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58dad4046f48 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58dad4046f48 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58dad4046f48 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58dad405c4ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58dad405c4ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x58dad404cb02 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x58dad404cb02 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x58dad4024286 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58dad4024286 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58dad403e9e9 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58dad3fa8a1c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x58dad3fa8a1c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x58dad403eba2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x58dad403eba2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58dad4024342 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58dad4019319 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58dad402505d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58dad405cc7c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58dad3fe7c87 - <assert_cmd[65aece4a7bcf366a]::assert::Assert>::success
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-0.11.1/src/assert.rs:154:13
[INFO] [stdout]   20:     0x58dad3f85b48 - cli[d765c883ad576eaa]::cli_access_server
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli.rs:316:10
[INFO] [stdout]   21:     0x58dad3f8999e - cli[d765c883ad576eaa]::cli_access_server_sled_engine
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli.rs:336:5
[INFO] [stdout]   22:     0x58dad3f83487 - cli[d765c883ad576eaa]::cli_access_server_sled_engine::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli.rs:335:35
[INFO] [stdout]   23:     0x58dad3f9b9e6 - <cli[d765c883ad576eaa]::cli_access_server_sled_engine::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x58dad3f9bafb - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x58dad3f9bafb - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x58dad3fa9375 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x58dad3fa9375 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x58dad3fa9375 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x58dad3fa9375 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x58dad3fa9375 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x58dad3fa9375 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x58dad3fa9375 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x58dad3fa3ed4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x58dad3fa3ed4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x58dad3fac3f2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x58dad3fac3f2 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x58dad3fac3f2 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x58dad3fac3f2 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x58dad3fac3f2 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x58dad3fac3f2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x58dad3fac3f2 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x58dad40464ef - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   43:     0x58dad40464ef - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x721679bfaaa4 - <unknown>
[INFO] [stdout]   45:     0x721679c87a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cli_access_server_sled_engine
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.08s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "da33fb683d34dc97a919292908c6b2280e56a39d4bc2bfb0e92bc69634080e4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da33fb683d34dc97a919292908c6b2280e56a39d4bc2bfb0e92bc69634080e4e", kill_on_drop: false }`
[INFO] [stdout] da33fb683d34dc97a919292908c6b2280e56a39d4bc2bfb0e92bc69634080e4e
